Summary of Product Characteristics
MedicineAEMPSResponse is this .json,
MedicineAEMPSResponse
{
"abstract": "string",
"brand_name": "string",
"full_name": "string",
"ipe_pdf": "string",
"lab_distributor": "string",
"lab_titular": "string",
"name": "string",
"prosp_html": "string",
"spc_pdf": "string",
"via_admin": {...},
"active_ingredients": {...},
"authorized": "boolean",
"id": "string"
}
Authorised medicines basic information from AEMPS ( Spanish drug administration ).
Field full_name contains the presentation of the drug, while brand_name contains only the brand drug name. Field active_ingredients is a list of terms with all the active ingredients of the drug.
Field spc_pdf contains the URL of the Summary of Product Characteristics, user to present the direct link together with the specifics results corresponding to the query search.
This is a example to query toujeo.
Example with query='toujeo', size=2 and page=0
{
"MedicineSPC": {
"AEMPS": [
{
"id": "0ee3caa509d927c22b21df4989210e8c4b209083",
"year": "",
"title": "toujeo vía subcutánea",
"source": "Ficha tecnica autorizada y publicada por la AEMPS",
"authors": [],
"abstract": "",
"highlights": "",
"classification": "SPC",
"urls": [
{
"type": "aemps",
"copy": "VER ORIGINAL",
"url": "https://cima.aemps.es/cima/dochtml/ft/1000133038/FT_1000133038.html"
},
{
"type": "spc",
"copy": "VER FICHA TECNICA",
"url": "https://vademecum.nvdu.ovh/spc?id=0ee3caa509d927c22b21df4989210e8c4b209083"
},
{
"type": "medicine",
"copy": "VER FARMACO",
"url": "https://vademecum.nvdu.ovh/medicine?id=0ee3caa509d927c22b21df4989210e8c4b209083"
}
]
}
]
},
}
and